MPIVortex

@Serializable
data class MPIVortex(val id: String, val name: String? = null, var type: MPINavigatable.MPIVortexType? = null) : MPINavigatable

MPIVortex is a special entity that represents a way to move between two or more MPIMaps at a given venue.

Constructors

Link copied to clipboard
constructor(id: String, name: String? = null, type: MPINavigatable.MPIVortexType? = null)

Properties

Link copied to clipboard
open override val id: String

id of the vortex

Link copied to clipboard
val name: String? = null

Name of the vortex

Link copied to clipboard

Type of the vortex